home *** CD-ROM | disk | FTP | other *** search
/ kermit.columbia.edu / kermit.columbia.edu.tar / kermit.columbia.edu / newsgroups / misc.20010306-20010921 / 000136_matt@mhg3.sc.scruznet.com_Tue May 15 11:51:27 EDT 2001.msg < prev    next >
Text File  |  2001-09-20  |  3KB  |  63 lines

  1. Article: 12430 of comp.protocols.kermit.misc
  2. Path: newsmaster.cc.columbia.edu!panix!bloom-beacon.mit.edu!nycmny1-snh1.gtei.net!news.gtei.net!news-out.visi.com!hermes.visi.com!gemini.tycho.net.POSTED!not-for-mail
  3. Message-ID: <3b006d83$0$322$8eec23a@newsreader.tycho.net>
  4. From: "Matthew H. Gerlach" <matt@mhg3.sc.scruznet.com>
  5. Subject: Re: ? Script for retrieving from POP3 server
  6. Newsgroups: comp.protocols.kermit.misc
  7. References: <3B006553.C1470406@value.net>
  8. User-Agent: tin/pre-1.4-19990517 ("Psychonaut") (UNIX) (Linux/2.2.12-20 (i586))
  9. Date: 14 May 2001 23:43:00 GMT
  10. Lines: 47
  11. NNTP-Posting-Host: 6bf822c5.newsreader.tycho.net
  12. X-Trace: 989883780 gemini.tycho.net 322 165.227.59.235
  13. X-Complaints-To: abuse@tycho.net
  14. Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:12430
  15.  
  16. I use pine 4.1, and it has no problem accessing remote POP servers.
  17.  
  18. There is also a tool called "fetchmail"
  19.  
  20. fetchmail(1)                                         fetchmail(1)
  21.  
  22. NAME
  23.        fetchmail  -  fetch mail from a POP, IMAP, or ETRN-capable
  24.        server
  25.  
  26. SYNOPSIS
  27.        fetchmail [options] [mailserver...]
  28.        fetchmailconf
  29.  
  30. DESCRIPTION
  31.        fetchmail is a mail-retrieval and forwarding  utility;  it
  32.        fetches  mail  from  remote mailservers and forwards it to
  33.        your local (client) machine's delivery  system.   You  can
  34.        then  handle  the  retrieved  mail  using normal mail user
  35.        agents such as elm(1) or Mail(1).  The  fetchmail  utility
  36.        can be run in a daemon mode to repeatedly poll one or more
  37.        systems at a specified interval.
  38.  
  39.  
  40.  
  41.  
  42.  
  43. Mark Sapiro <msapiro@value.net> wrote:
  44. > My main ISP has just separated its mail server from the server on which
  45. > I have a (Unix) shell account.  As a result, I am looking for a way to
  46. > copy my mail from the mail server to a file on the local host.  I am
  47. > considering creating a Kermit script to talk POP3 protocol with the mail
  48. > server for this purpose.
  49.  
  50. > Before I do this, I wonder if anyone has a Kermit script which either
  51. > does this or which could be used as a base to save me some work.
  52.  
  53. > Also, is anyone aware of an existing application that can do this, not
  54. > necessarily a Kermit script.
  55.  
  56. > Currently, I can use pine to access the remote mail and save it locally,
  57. > but this is cumbersome and not really satisfactory as I have to save the
  58. > messages one at a time, and pine alters the headers.
  59.  
  60. > -- 
  61. > Mark Sapiro <msapiro@value.net>       The highway is for gamblers,
  62. > San Francisco Bay Area, California    better use your sense - B. Dylan
  63.